"rose pine" shadcn/ui theme

futuristic
bold
high-contrast
immersive
innovative
modern
experimental
saturated
vibrant

Shadcn/ui Theme Css Variables

name: Neon Emberkeyword: rose pine views: 14

:root {
  --background: 0 0% 10%;
  --foreground: 340 70% 88%;
  --card: 0 0% 15%;
  --card-foreground: 340 70% 88%;
  --popover: 0 0% 20%;
  --popover-foreground: 340 70% 88%;
  --primary: 340 70% 60%;
  --primary-foreground: 0 0% 10%;
  --secondary: 340 50% 40%;
  --secondary-foreground: 340 70% 88%;
  --muted: 340 30% 25%;
  --muted-foreground: 340 70% 88%;
  --accent: 340 40% 50%;
  --accent-foreground: 0 0% 10%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 340 70% 88%;
  --border: 340 30% 35%;
  --input: 340 30% 35%;
  --ring: 340 70% 60%;
  --radius: 0.75rem;
  --chart-1: 340 70% 60%;
  --chart-2: 340 50% 40%;
  --chart-3: 340 30% 25%;
  --chart-4: 340 40% 50%;
  --chart-5: 340 60% 70%;
}